@eth-optimism/tokenlist 8.3.140 → 8.3.142
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +54 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +54 -2
- package/dist/index.mjs.map +1 -1
- package/dist/{optimism.tokenlist-29e6d234.d.ts → optimism.tokenlist-daa55eb1.d.ts} +54 -2
- package/dist/optimism.tokenlist.d.ts +1 -1
- package/dist/optimism.tokenlist.js +54 -2
- package/dist/optimism.tokenlist.js.map +1 -1
- package/dist/optimism.tokenlist.mjs +54 -2
- package/dist/optimism.tokenlist.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -22,7 +22,7 @@ var keywords = [
|
|
|
22
22
|
"layer2",
|
|
23
23
|
"infrastructure"
|
|
24
24
|
];
|
|
25
|
-
var timestamp = "2023-08-
|
|
25
|
+
var timestamp = "2023-08-24T20:30:49.035Z";
|
|
26
26
|
var tokens = [
|
|
27
27
|
{
|
|
28
28
|
chainId: 1,
|
|
@@ -3564,6 +3564,58 @@ var tokens = [
|
|
|
3564
3564
|
opTokenId: "SNX"
|
|
3565
3565
|
}
|
|
3566
3566
|
},
|
|
3567
|
+
{
|
|
3568
|
+
chainId: 1,
|
|
3569
|
+
address: "0xB49fa25978abf9a248b8212Ab4b87277682301c0",
|
|
3570
|
+
name: "Rai.Finance",
|
|
3571
|
+
symbol: "SOFI",
|
|
3572
|
+
decimals: 18,
|
|
3573
|
+
logoURI: "https://ethereum-optimism.github.io/data/SOFI/logo.svg",
|
|
3574
|
+
extensions: {
|
|
3575
|
+
baseBridgeAddress: "0x3154Cf16ccdb4C6d922629664174b904d80F2C35",
|
|
3576
|
+
opListId: "extended",
|
|
3577
|
+
opTokenId: "SOFI"
|
|
3578
|
+
}
|
|
3579
|
+
},
|
|
3580
|
+
{
|
|
3581
|
+
chainId: 8453,
|
|
3582
|
+
address: "0x703D57164CA270b0B330A87FD159CfEF1490c0a5",
|
|
3583
|
+
name: "Rai.Finance",
|
|
3584
|
+
symbol: "SOFI",
|
|
3585
|
+
decimals: 18,
|
|
3586
|
+
logoURI: "https://ethereum-optimism.github.io/data/SOFI/logo.svg",
|
|
3587
|
+
extensions: {
|
|
3588
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
3589
|
+
opListId: "extended",
|
|
3590
|
+
opTokenId: "SOFI"
|
|
3591
|
+
}
|
|
3592
|
+
},
|
|
3593
|
+
{
|
|
3594
|
+
chainId: 5,
|
|
3595
|
+
address: "0x19e9338be738c7e51b2126A5e7B6A4c1ecB03DC2",
|
|
3596
|
+
name: "Rai.Finance",
|
|
3597
|
+
symbol: "SOFI",
|
|
3598
|
+
decimals: 18,
|
|
3599
|
+
logoURI: "https://ethereum-optimism.github.io/data/SOFI/logo.svg",
|
|
3600
|
+
extensions: {
|
|
3601
|
+
baseBridgeAddress: "0xfa6d8ee5be770f84fc001d098c4bd604fe01284a",
|
|
3602
|
+
opListId: "extended",
|
|
3603
|
+
opTokenId: "SOFI"
|
|
3604
|
+
}
|
|
3605
|
+
},
|
|
3606
|
+
{
|
|
3607
|
+
chainId: 84531,
|
|
3608
|
+
address: "0xdb9888b842408b0b8efa1f5477bd9f351754999e",
|
|
3609
|
+
name: "Rai.Finance",
|
|
3610
|
+
symbol: "SOFI",
|
|
3611
|
+
decimals: 18,
|
|
3612
|
+
logoURI: "https://ethereum-optimism.github.io/data/SOFI/logo.svg",
|
|
3613
|
+
extensions: {
|
|
3614
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
3615
|
+
opListId: "extended",
|
|
3616
|
+
opTokenId: "SOFI"
|
|
3617
|
+
}
|
|
3618
|
+
},
|
|
3567
3619
|
{
|
|
3568
3620
|
chainId: 1,
|
|
3569
3621
|
address: "0xD31a59c85aE9D8edEFeC411D448f90841571b89c",
|
|
@@ -4956,7 +5008,7 @@ var tokens = [
|
|
|
4956
5008
|
var version = {
|
|
4957
5009
|
major: 8,
|
|
4958
5010
|
minor: 3,
|
|
4959
|
-
patch:
|
|
5011
|
+
patch: 142
|
|
4960
5012
|
};
|
|
4961
5013
|
var optimism_tokenlist_default = {
|
|
4962
5014
|
name,
|