Skip to content

Commit 552b1f5

Browse files
authored
Merge branch 'master' into internal-batch-fake-fake-1772294068
2 parents 04c066f + 0a6b8ed commit 552b1f5

File tree

2,078 files changed

+23354
-288
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

2,078 files changed

+23354
-288
lines changed

.github/dependabot.yml

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,25 @@
55

66
version: 2
77
updates:
8-
- package-ecosystem: "github-actions"
8+
# Go module dependencies
9+
- package-ecosystem: "gomod"
910
directory: "/"
1011
schedule:
1112
interval: "weekly"
13+
day: "wednesday"
14+
open-pull-requests-limit: 3
15+
labels:
16+
- "dependencies"
17+
groups:
18+
go-dependencies:
19+
patterns:
20+
- "*"
1221

13-
- package-ecosystem: "gomod"
22+
# GitHub Actions
23+
- package-ecosystem: "github-actions"
1424
directory: "/"
1525
schedule:
16-
interval: "weekly"
26+
interval: "monthly"
27+
open-pull-requests-limit: 3
28+
labels:
29+
- "github-actions"
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"name": "World Liberty Financial USD",
3+
"type": "APTOS",
4+
"symbol": "USD1",
5+
"decimals": 6,
6+
"description": "A stablecoin by World Liberty Financial, redeemable 1:1 for the US dollar and backed by U.S. treasuries, dollar deposits, and other cash equivalents.",
7+
"website": "https://www.worldlibertyfinancial.com/",
8+
"explorer": "https://explorer.aptoslabs.com",
9+
"status": "active",
10+
"id": "0x05fabd1b12e39967a3c24e91b7b8f67719a6dacee74f3c8b9fb7d93e855437d2",
11+
"links": [
12+
{
13+
"name": "coinmarketcap",
14+
"url": "https://coinmarketcap.com/currencies/usd1/"
15+
}
16+
],
17+
"tags": [
18+
"stablecoin"
19+
]
20+
}
44.9 KB
Loading
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"name": "AUSD",
3+
"type": "ARBITRUM",
4+
"symbol": "AUSD",
5+
"decimals": 6,
6+
"website": "https://www.agora.finance/",
7+
"description": "AUSD is a safe, secure asset that enables billions of dollars of transfers and is used globally.",
8+
"explorer": "https://arbiscan.io/token/0x00000000eFE302BEAA2b3e6e1b18d08D69a9012a",
9+
"status": "active",
10+
"id": "0x00000000eFE302BEAA2b3e6e1b18d08D69a9012a",
11+
"tags": [
12+
"stablecoin"
13+
]
14+
}
3.29 KB
Loading
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{
2+
"name": "Wrapped Medtronic Tokenized stock (xStock)",
3+
"website": "https://assets.backed.fi/products",
4+
"description": "For too long, investing has come with barriers. Borders. Brokers. Limitations. It's been complicated, costly, and - for millions - out of reach. xStocks were created to change that. xStocks are tokenized stocks. They're backed 1:1 by the underlying assets, composable with DeFi protocols, compliant with EU regulations, accessible to non-US users, and provide a legal claim to the value of the stock. xStocks enable easy access to 57 US Stocks and ETFs to regular users through top centralized and decentralized exchanges, and can be integrated with other DeFi protocols like any other token.",
5+
"explorer": "https://arbiscan.io/token/0x02C1b10e5329c4502469396B2ce9f200E60b4a77",
6+
"type": "ARBITRUM",
7+
"symbol": "WMDTX",
8+
"decimals": 18,
9+
"status": "active",
10+
"id": "0x02C1b10e5329c4502469396B2ce9f200E60b4a77",
11+
"tags": [
12+
"RWA"
13+
],
14+
"links": [
15+
{
16+
"name": "x",
17+
"url": "https://x.com/xstocksfi"
18+
},
19+
{
20+
"name": "coinmarketcap",
21+
"url": "https://coinmarketcap.com/currencies/wrapped-medtronic-tokenized-stock-xstock/"
22+
}
23+
]
24+
}
16.2 KB
Loading
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{
2+
"name": "Philip Morris tokenized stock (xStock)",
3+
"website": "https://assets.backed.fi/products",
4+
"description": "Phillip Morris xStock (PMx) is a tracker certificate issued as Solana SPL and ERC-20 tokens. PMx tracks the price of Philip Morris International Inc. (the underlying). PMx is designed to give eligible cryptocurrency market participants regulatory-compliant access to the stock price of Philip Morris International Inc., whilst maintaining the benefits of blockchain technology. Phillip Morris is an American multinational tobacco company, with products sold in over 180 countries.",
5+
"explorer": "https://arbiscan.io/token/0x02a6c1789c3B4FDb1a7a3DfA39F90e5d3c94F4F9",
6+
"type": "ARBITRUM",
7+
"symbol": "PMX",
8+
"decimals": 18,
9+
"status": "active",
10+
"id": "0x02a6c1789c3B4FDb1a7a3DfA39F90e5d3c94F4F9",
11+
"tags": [
12+
"RWA"
13+
],
14+
"links": [
15+
{
16+
"name": "x",
17+
"url": "https://x.com/xstocksfi"
18+
},
19+
{
20+
"name": "coinmarketcap",
21+
"url": "https://coinmarketcap.com/currencies/philip-morris-tokenized-stock-xstock/"
22+
}
23+
]
24+
}
14 KB
Loading
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{
2+
"name": "Accenture tokenized stock (xStock)",
3+
"website": "https://assets.backed.fi/products",
4+
"description": "Accenture xStock (ACNx) is a tracker certificate issued as Solana SPL and ERC-20 tokens. ACNx tracks the price of Accenture plc Class A (the underlying). ACNx is designed to give eligible cryptocurrency market participants regulatory-compliant access to the stock price of Accenture plc Class A, whilst maintaining the benefits of blockchain technology. Accenture is a global professional services company that helps businesses, governments, and other organizations build their digital core, optimize their operations, and accelerate revenue growth.",
5+
"explorer": "https://arbiscan.io/token/0x03183Ce31b1656B72A55fa6056e287f50C35BbEB",
6+
"type": "ARBITRUM",
7+
"symbol": "ACNX",
8+
"decimals": 18,
9+
"status": "active",
10+
"id": "0x03183Ce31b1656B72A55fa6056e287f50C35BbEB",
11+
"tags": [
12+
"RWA"
13+
],
14+
"links": [
15+
{
16+
"name": "x",
17+
"url": "https://x.com/xstocksfi"
18+
},
19+
{
20+
"name": "coinmarketcap",
21+
"url": "https://coinmarketcap.com/currencies/accenture-tokenized-stock-xstock/"
22+
}
23+
]
24+
}

0 commit comments

Comments
 (0)