Skip to content

Commit

Permalink
Fix Bold Oracle
Browse files Browse the repository at this point in the history
  • Loading branch information
MirthFutures committed Jan 31, 2025
1 parent b6a5112 commit 2feb9c5
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2286,7 +2286,7 @@ export const tokens = {
Bold: {
name: 'Bold Stablecoin',
symbol: 'Bold',
oracleId: 'Bold',
oracleId: 'BOLD',
address: '0x087C440F251Ff6Cfe62B86DdE1bE558B95b4bb9b',
chainId: 42161,
decimals: 18,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2214,7 +2214,7 @@ export const tokens = {
Bold: {
name: 'Bold Stablecoin',
symbol: 'Bold',
oracleId: 'Bold',
oracleId: 'BOLD',
address: '0x087C440F251Ff6Cfe62B86DdE1bE558B95b4bb9b',
chainId: 8453,
decimals: 18,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1752,7 +1752,7 @@ export const tokens = {
Bold: {
name: 'Bold Stablecoin',
symbol: 'Bold',
oracleId: 'Bold',
oracleId: 'BOLD',
address: '0x087C440F251Ff6Cfe62B86DdE1bE558B95b4bb9b',
chainId: 10,
decimals: 18,
Expand Down
2 changes: 1 addition & 1 deletion src/data/arbitrum/ramsesStableLpPools.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"lp0": {
"address": "0x087C440F251Ff6Cfe62B86DdE1bE558B95b4bb9b",
"oracle": "tokens",
"oracleId": "Bold",
"oracleId": "BOLD",
"decimals": "1e18"
},
"lp1": {
Expand Down
4 changes: 2 additions & 2 deletions src/data/base/aerodromeStableLpPools.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"lp0": {
"address": "0x087C440F251Ff6Cfe62B86DdE1bE558B95b4bb9b",
"oracle": "tokens",
"oracleId": "Bold",
"oracleId": "BOLD",
"decimals": "1e18"
},
"lp1": {
Expand All @@ -29,7 +29,7 @@
"lp0": {
"address": "0x087C440F251Ff6Cfe62B86DdE1bE558B95b4bb9b",
"oracle": "tokens",
"oracleId": "Bold",
"oracleId": "BOLD",
"decimals": "1e18"
},
"lp1": {
Expand Down
4 changes: 2 additions & 2 deletions src/data/optimism/velodromeStableLpPools.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"lp0": {
"address": "0x087C440F251Ff6Cfe62B86DdE1bE558B95b4bb9b",
"oracle": "tokens",
"oracleId": "Bold",
"oracleId": "BOLD",
"decimals": "1e18"
},
"lp1": {
Expand All @@ -29,7 +29,7 @@
"lp0": {
"address": "0x087C440F251Ff6Cfe62B86DdE1bE558B95b4bb9b",
"oracle": "tokens",
"oracleId": "Bold",
"oracleId": "BOLD",
"decimals": "1e18"
},
"lp1": {
Expand Down

0 comments on commit 2feb9c5

Please sign in to comment.