Skip to content

Commit

Permalink
review comments: todo to remove deprecated url
Browse files Browse the repository at this point in the history
  • Loading branch information
BedrockSquirrel committed Sep 29, 2023
1 parent 16b280e commit 968605a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions tools/faucet/faucet/faucet.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,10 @@ import (
)

const (
_timeout = 60 * time.Second
NativeToken = "eth"
DeprecatedNativeToken = "obx" // leaving this in temporarily for tooling that is getting native funds using `/obx` URL
_timeout = 60 * time.Second
NativeToken = "eth"
// DeprecatedNativeToken is left in temporarily for tooling that is getting native funds using `/obx` URL
DeprecatedNativeToken = "obx" // todo (@matt) remove this once we have fixed the /obx usages
WrappedOBX = "wobx"
WrappedEth = "weth"
WrappedUSDC = "usdc"
Expand Down

0 comments on commit 968605a

Please sign in to comment.